net/http.http2ClientConn.idleTimer (field)
8 uses
net/http (current package)
h2_bundle.go#L6976: idleTimer *time.Timer
h2_bundle.go#L7384: cc.idleTimer = time.AfterFunc(d, cc.onIdleTimeout)
h2_bundle.go#L7933: if cc.idleTimer != nil {
h2_bundle.go#L7934: cc.idleTimer.Stop()
h2_bundle.go#L8681: if len(cc.streams) == 0 && cc.idleTimer != nil {
h2_bundle.go#L8682: cc.idleTimer.Reset(cc.idleTimeout)
h2_bundle.go#L8746: if cc.idleTimer != nil {
h2_bundle.go#L8747: cc.idleTimer.Stop()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)